home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / isdn / capi / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  426 b   |  16 lines

  1. # Makefile for the CAPI subsystem.
  2.  
  3. # Ordering constraints: kernelcapi.o first
  4.  
  5. # Each configuration option enables a list of files.
  6.  
  7. obj-$(CONFIG_ISDN_CAPI)            += kernelcapi.o
  8. obj-$(CONFIG_ISDN_CAPI_CAPI20)        += capi.o 
  9. obj-$(CONFIG_ISDN_CAPI_CAPIDRV)        += capidrv.o
  10. obj-$(CONFIG_ISDN_CAPI_CAPIFS)        += capifs.o
  11.  
  12. # Multipart objects.
  13.  
  14. kernelcapi-y                := kcapi.o capiutil.o capilib.o
  15. kernelcapi-$(CONFIG_PROC_FS)        += kcapi_proc.o
  16.